home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Metabee.bin / mac / assets / tvguide.dir / 00003_Script_3 < prev    next >
Text File  |  2001-11-20  |  129b  |  11 lines

  1. on mouseUp
  2.   gotoNetPage "http://www.tvguide.com" 
  3. end
  4.  
  5. on mouseEnter
  6.   cursor(280)
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(-1)
  11. end